Remove use of ::has-separator property
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Sep 2010 04:26:17 +0000 (00:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Sep 2010 04:26:17 +0000 (00:26 -0400)
gtk/gtkprintunixdialog.c

index d0cdae8c8c5f4e6ee9a43261b60cc7b11843ad1e..ff8749b034b12f4b60afe737b0e7f6d4b5dfa024 100644 (file)
@@ -3866,7 +3866,6 @@ gtk_print_unix_dialog_new (const gchar *title,
   result = g_object_new (GTK_TYPE_PRINT_UNIX_DIALOG,
                          "transient-for", parent,
                          "title", _title,
-                         "has-separator", FALSE,
                          NULL);
 
   return result;